home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.Template.CSharp.Application.xaml.en < prev    next >
Encoding:
Text File  |  2007-03-19  |  708 b   |  9 lines

  1.  ■<Application
  2.     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.     x:Class="$rootnamespace$.$safeitemname$"
  5.     StartupUri="Page.xaml">
  6.     <Application.Resources>
  7.         <!-- Resources scoped at the Application level should be defined here. -->
  8.     </Application.Resources>
  9. </Application>